Version

GetKeyedSubObjectFromList<T>(IList,String,String,Object) Method

Syntax
'Declaration
 
Public Overloads Shared Function GetKeyedSubObjectFromList(Of T)( _
   ByVal list As System.Collections.IList, _
   ByVal sKeyPropertyName As System.String, _
   ByVal sTextPropertyName As System.String, _
   ByVal oIdentifier As System.Object _
) As T
public static T GetKeyedSubObjectFromList<T>( 
   System.Collections.IList list,
   System.string sKeyPropertyName,
   System.string sTextPropertyName,
   System.object oIdentifier
)
public: static T* GetKeyedSubObjectFromList<T>( 
   System.Collections.IList* list,
   System.string* sKeyPropertyName,
   System.string* sTextPropertyName,
   System.Object* oIdentifier
) 

Parameters

list
sKeyPropertyName
sTextPropertyName
oIdentifier

Type Parameters

T
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also